JAMSRESTAPI Web Service
PutCalendar_PutDateType
JAMSRESTAPI Web Service > All Operations Resource Group : Calendar_PutDateType (Put)

Resource Path: /api/calendar

Uri: http://doc.jamsscheduler.com/api/calendar

Description
Updates an existing Calendar object or creates a new definition if it doesn't exist.
Request

The request body is of type Calendar.

A Models.Calendar object

Overview

Calendar
calendarID : integer
calendarName : string
dateTypes : Array[DateType]
calendarID : integer
continuous : boolean
dates : Array[DateDetail]
dateTypeID : integer
dateTypeType : string
description : string
lastChangeUTC : string
specificType : string
startDate : string
workDay : string
dateTypeID : integer
dateTypeType : string
description : string
lastChangeUTC : string
specificTypes : Array[SpecificDateType]
sequence : integer
specificType : string
dateTypeLinks : Array[DateTypeLink]
dateTypeType : string
dateTypeID : integer
calendarID : integer
calendarName : string
description : string
lastChangeUTC : string
colorName : string
lastChangedBy : string
acl : ACL
genericACL : Array[ACE]
identifier : string
inherited : boolean
flags : string
accessList : Array[string]
Response

The response body is of type string.

OK
See Also
All Operations Resource GroupJAMSRESTAPI Web Service